back · tests/import.spec.js:421:1 @ renovate/wuchale all
Error: expect(locator).toHaveCount(expected) failed
Locator: getByText(/Chargement…|Analyse…|En attente/)
Expected: 0
Received: 1
Timeout: 30000ms
Call log:
- Expect "toHaveCount" with timeout 30000ms
- waiting for getByText(/Chargement…|Analyse…|En attente/)
8 × locator resolved to 2 elements
- unexpected value "2"
24 × locator resolved to 1 element
- unexpected value "1"
at waitForLoadingEnd (tests/utils/loading.js:44:44)
at tests/import.spec.js:434:2
Error: expect(locator).toBeDisabled() failed
Locator: getByTestId('app-nav').getByRole('link', { name: 'Classifier' })
Expected: disabled
Received: enabled
Timeout: 100ms
Call log:
- Expect "toBeDisabled" with timeout 100ms
- waiting for getByTestId('app-nav').getByRole('link', { name: 'Classifier' })
at tests/import.spec.js:431:41
Error: expect(locator).toBeDisabled() failed
Locator: getByTestId('app-nav').getByRole('link', { name: 'Classifier' })
Expected: disabled
Received: enabled
Timeout: 100ms
Call log:
- Expect "toBeDisabled" with timeout 100ms
- waiting for getByTestId('app-nav').getByRole('link', { name: 'Classifier' })
at tests/import.spec.js:431:41
Error: locator.click: Test timeout of 72000ms exceeded.
Call log:
- waiting for getByTestId('goto-home')
at goHome (tests/utils/navigation.js:22:38)
at newSession (tests/utils/sessions.js:23:8)
at tests/import.spec.js:418:8
Test timeout of 72000ms exceeded.